const reflect.bucketSize
8 uses
reflect (current package)
type.go#L1953: bucketSize uintptr = abi.MapBucketCount
type.go#L1974: size := bucketSize*(1+ktyp.Size_+etyp.Size_) + goarch.PtrSize
type.go#L1980: nptr := (bucketSize*(1+ktyp.Size_+etyp.Size_) + goarch.PtrSize) / goarch.PtrSize
type.go#L1986: base := bucketSize / goarch.PtrSize
type.go#L1989: emitGCMask(mask, base, ktyp, bucketSize)
type.go#L1991: base += bucketSize * ktyp.Size_ / goarch.PtrSize
type.go#L1994: emitGCMask(mask, base, etyp, bucketSize)
type.go#L1996: base += bucketSize * etyp.Size_ / goarch.PtrSize
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |